home *** CD-ROM | disk | FTP | other *** search
/ Multimedia Selection / Multimedia Selection Volume One - CD-ROM / MULTIMEDIA SELECTION____________.ISO / programz / c / cuj0908.arj / 9N08042A < prev    next >
Encoding:
Text File  |  1991-04-21  |  241 b   |  10 lines

  1. /* mouse.h mouse functions C.1991 Dave Newman*/
  2. #ifndef _MOUSE
  3. #define _MOUSE
  4. int mouse_init(void);
  5. void mouse_cursor(int);
  6. void mouse_set_cursor(int,int);
  7. void mouse_text_cursor(int,int);
  8. void mouse_status(int *,int*,int*);
  9. #endif
  10.